Button Pad Component reference:

UNIQUE PROPERTIES

    CaseSensitive: boolean
        True:  Activating keyboard keys are case sensitive.
        False: Activating keyboard keys are not case sensitive.

    UpColor: TColor
        Color assigned to top button.

    RightColor: TColor
        Color assigned to right button.

    DownColor: TColor
        Color assigned to bottom button.

    LeftColor: TColor
        Color assigned to left button.

    CenterColor: TColor
        Color assigned to middle button.

    UpKey: Integer
        Activating keyboard key(ASCII value) for top button.
        Default: Negative value ("Up Arrow" key). 

    RightKey: Integer
        Activating keyboard key(ASCII value) for right button.
        Default: Negative value ("Right Arrow" key).

    DownKey: Integer
        Activating keyboard key(ASCII value) for bottom button.
        Default: Negative value ("Down Arrow" key).

    LeftKey: Integer
        Activating keyboard key(ASCII value) for left button.
        Default: Negative value ("Left Arrow" key).

    CenterKey: Integer
        Activating keyboard key(ASCII value) for middle button.
        Default: Negative value ("Ctrl" key).


UNIQUE EVENTS

    OnUpClick      -> top button activated.

    OnRightClick   -> right button activated.

    OnDownClick    -> bottom button activated.

    OnLeftClick    -> left button activated.

    OnCenterClick  -> middle button activated.

